home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
menus
/
popupre
/
popupre.txt
< prev
Wrap
Text File
|
1995-03-03
|
493b
|
9 lines
Title : PopupMenu Reentrancy Problem
Keywords: POPUPMENU REENTRANCY CONTAINER MENU POPUP MODAL MDI
This little demo project shows a reentrancy pitfall when popup menus are
organized on a (invisible) menu container form. It demonstrates that a popup
menu refuses to appear on a modal form when the form is opened by an entry
of a popup menu; this doesn't happen with modeless or MDI child forms.
Helpful for studying non-reentrancy of VB code. Code fully commented.